Docker Hub Image Scraper avatar

Docker Hub Image Scraper

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Docker Hub Image Scraper

Docker Hub Image Scraper

Scrape Docker Hub container images. Search by keyword or fetch specific repos. Get pull counts, star counts, tags, descriptions, and image metadata.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

lulz bot

lulz bot

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

10 days ago

Last modified

Categories

Share

Scrape Docker Hub container images and repository metadata. Search by keyword or fetch specific images by name. Extract pull counts, star counts, tags with sizes, descriptions, and full repository details.

Modes

ModeDescription
searchSearch images by keyword
imageFetch details for specific images by namespace/name

Output Fields

FieldDescription
nameImage/repository name
namespaceDocker Hub namespace (e.g. "library", "bitnami")
descriptionShort description
starCountNumber of stars
pullCountTotal pull count
lastUpdatedISO timestamp of last update
isOfficialWhether it's an official Docker image
isAutomatedWhether builds are automated
tagsLatest 10 tags with name, size, lastPushed, digest
fullDescriptionFull README/description (truncated to 2000 chars)
sourceUrlDirect URL to the Docker Hub page
scrapedAtISO timestamp of scrape

Input Options

  • Mode: search or image
  • Search Queries: Keywords (e.g. "nginx", "python web framework")
  • Image Names: Specific images in namespace/name format (e.g. "library/nginx", "bitnami/postgresql"). For official images you can use just the name (e.g. "nginx").
  • Max Results: Up to 500 per query
  • Proxy: Optional proxy configuration

Example Output

{
"name": "nginx",
"namespace": "library",
"description": "Official build of Nginx.",
"starCount": 19500,
"pullCount": 4200000000,
"lastUpdated": "2026-04-20T08:00:00.000Z",
"isOfficial": true,
"isAutomated": false,
"tags": [
{
"name": "latest",
"size": 67108864,
"lastPushed": "2026-04-20T08:00:00.000Z",
"digest": "sha256:abc123..."
}
],
"fullDescription": "# What is Nginx?...",
"sourceUrl": "https://hub.docker.com/r/library/nginx",
"scrapedAt": "2026-04-26T12:00:00.000Z"
}

Use Cases

  • DevOps Research: Find popular base images for your stack
  • Security Auditing: Monitor image update frequency and tag digests
  • Popularity Tracking: Track pull counts and stars over time
  • Container Inventory: Build a catalog of images used in your org
  • Competitive Analysis: Compare similar container solutions

Notes

  • Uses the public Docker Hub API v2 (no authentication required for public repos)
  • Tag details include size and digest for vulnerability tracking
  • Full descriptions are truncated to 2000 characters to keep output manageable
  • Rate limits are generous; the scraper adds small delays between requests

Run on Apify

This scraper runs on the Apify platform — a full-stack web scraping and automation cloud. Sign up for a free account to get started with 30-day trial of all features.

Try Apify free ->